layout
authorJoey Hess <joeyh@joeyh.name>
Fri, 7 Mar 2025 20:02:43 +0000 (16:02 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 7 Mar 2025 20:02:43 +0000 (16:02 -0400)
doc/special_remotes/compute.mdwn

index c85b1a96252cb9d793bc46b3c44d60e9b4408ca5..a6828b9791186dadd83697a7f8aa62059a9ce450 100644 (file)
@@ -34,12 +34,12 @@ To write programs used by the compute special remote, see the
 Have you written a generally useful (and secure) compute program?
 List it here with an example!
 
-* [[compute/git-annex-compute-imageconvert]] --
+* [[compute/git-annex-compute-imageconvert]]  
   Uses imagemagick to convert between image formats
 
   `git-annex addcomputed --to=imageconvert foo.jpeg foo.gif`
 
-* [[compute/git-annex-compute-wasmedge]]
+* [[compute/git-annex-compute-wasmedge]]  
   Uses [wasmedge](https://WasmEdge.org/) to run WASM programs that are
   checked into the git-annex repository, to compute other files in the
   repository.